Method TreeQuery<TProps>(long, IRedbUser, int?)

Assembly: redb.Core.dll

Create tree query limited to subtree with specified user (synchronous, by ID).
Search will be performed only among descendants of specified rootObjectId.

IRedbQueryable<TProps> TreeQuery<TProps>(long rootObjectId, IRedbUser user, int? maxDepth = null) where TProps : class, new()